github.com/refraction-networking/utls.clientHelloMsg.secureRenegotiationSupported (field)

16 uses

	github.com/refraction-networking/utls (current package)
		handshake_client.go#L85: 		secureRenegotiationSupported: true,
		handshake_client.go#L236: 		hello.secureRenegotiationSupported = false
		handshake_messages.go#L86: 	secureRenegotiationSupported     bool
		handshake_messages.go#L144: 	if m.secureRenegotiationSupported && !echInner {
		handshake_messages.go#L464: 	m.secureRenegotiationSupported = false
		handshake_messages.go#L471: 			m.secureRenegotiationSupported = true
		handshake_messages.go#L599: 			m.secureRenegotiationSupported = true
		handshake_messages.go#L733: 		secureRenegotiationSupported:     m.secureRenegotiationSupported,
		handshake_server.go#L252: 	hs.hello.secureRenegotiationSupported = hs.clientHello.secureRenegotiationSupported
		handshake_server_tls13.go#L721: 		ch.secureRenegotiationSupported != ch1.secureRenegotiationSupported ||
		u_handshake_client.go#L207: 		secureRenegotiationSupported: true,
		u_handshake_client.go#L359: 		hello.secureRenegotiationSupported = false
		u_public.go#L410: 			secureRenegotiationSupported:     chm.SecureRenegotiationSupported,
		u_public.go#L463: 			SecureRenegotiationSupported: chm.secureRenegotiationSupported,